/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;

}
body{
    font-family:Arial, "微软雅黑","宋体",  Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    background-color: #fff;
    overflow-x:hidden;
}
p{
    line-height: 24px;
}
ul{
list-style:none;
}
a{
color:#333333;
text-decoration:none;
}
.cl,.clearfix{
zoom:1;
}
.cl:after,.clearfix:after{
content:"";
display:block;
clear:both;
}
.wrap,.grWidth{
width:1200px;
margin:0 auto;
}
.fr{
float:right;
}
.fl{
float:left;
}
button, input, select, textarea {
    border: none;
    background: none;
    outline: none;
    }
a:hover{color: #e62129;transition: 0.3s}